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
{{ message }}
This repository has been archived by the owner on Aug 11, 2019. It is now read-only.
A fresh installation of svelte-cli fails to compile anything.
Stack trace
$ svelte compile --iife ./HelloWorld.html > HelloWorld.js
svelte version 1.41.1
fs.js:955
binding.stat(pathModule._makeLong(path));
^
TypeError: path must be a string or Buffer
at Object.fs.statSync (fs.js:955:11)
at compile$1 (/home/me/.node_modules/lib/node_modules/svelte-cli/bin.js:559:19)
at Object.<anonymous> (/home/me/.node_modules/lib/node_modules/svelte-cli/bin.js:707:3)
at Module._compile (module.js:624:30)
at Object.Module._extensions..js (module.js:635:10)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)
at Function.Module.runMain (module.js:665:10)
at startup (bootstrap_node.js:187:16)
Versions
$ node -v
v8.7.0
$ svelte -v
svelte-cli version 1.4.0
svelte version 1.41.1
The text was updated successfully, but these errors were encountered:
A fresh installation of
svelte-cli
fails to compile anything.Stack trace
Versions
The text was updated successfully, but these errors were encountered: