githubocto/flat

Relative import path "ssf" not prefixed with / or ./ or ../

Closed this issue · 3 comments

Hi

Thanks for developing flat action.

Yesterday my action started failing with an error:

  Warning Implicitly using latest version (1.0.0) for deno.land/x/url_join/mod.ts
  Error: Error: Command failed: deno run -q --allow-read --allow-write --allow-run --allow-net --allow-env --unstable postprocess.js data-raw.json
  Warning Implicitly using latest version (1.0.0) for deno.land/x/url_join/mod.ts
  error: Relative import path "ssf" not prefixed with / or ./ or ../ from "cdn.deno.land/sheetjs/versions/v0.16.8/raw/types/index.d.ts"
  
  error: Relative import path "ssf" not prefixed with / or ./ or ../ from "cdn.deno.land/sheetjs/versions/v0.16.8/raw/types/index.d.ts"

What can I do?

Same error in my action, and in the bitcoin-demo.

It looks like it's by Deno update from 1.10.3 to 1.11.0

Yesterday: Going to install stable version 1.10.3.

Today: Going to install stable version 1.11.0.

If you specify the Deno version in your setup routine to be deno-version: v1.10.x then the action should start working again.

This should work until the Deno version bump changes are resolved.