Closed silvioprog closed 4 years ago
I wouldn't do npm install -g sapper
, but just npm install
to install all dependencies. Discord or StackOverflow is a better place for questions. The issue tracker is only meant for bug reports, so I'm going to go ahead and close this
Hi.
I have been trying to use
npm run export
in my application, but it raises the following error:I tried to install sapper using
npm install -g sapper
, anyway, the error persists.So, what should be done before running
npm install -g sapper
?TIA