You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vambo@vambo-ZBook:~/proj/loopgifs$ jspm bundle-sfx --minify lib/main
Building the single-file sfx bundle for lib/main...
err Error on fetch for app/main at file:///home/vambo/proj/loopgifs/lib/main
Error: ENOENT: no such file or directory, open '/home/vambo/proj/loopgifs/lib/main'
at Error (native)
It seems this can be fixed by removing the following path configuration from config.js:
app/*": "lib/*.js",
The text was updated successfully, but these errors were encountered:
Using the instruction from the readme I get:
It seems this can be fixed by removing the following path configuration from config.js:
app/*": "lib/*.js",
The text was updated successfully, but these errors were encountered: