Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

create-snowpack-app-react breaks after reinstall #85

Closed
matthoffner opened this issue May 28, 2020 · 1 comment
Closed

create-snowpack-app-react breaks after reinstall #85

matthoffner opened this issue May 28, 2020 · 1 comment

Comments

@matthoffner
Copy link

Steps to reproduce:

npx create-snowpack-app new-project --template @snowpack/app-template-react
cd new-project
npm run start

Then I removed node modules and lock file

rm -rf node_modules && rm package-lock.json
npm install
npm run start

Then I get this error, and things are broken:

Error: Parse error @:11:60
 at Object.parse
    at getInstallTargetsForFile 
    at Array.map (<anonymous>)
    at scanImports 
    at async command 
    at async command 
@FredKSchott
Copy link
Owner

Not good! Thanks for filing. This is a duplicate of FredKSchott/snowpack#369, would love your help fixing if you're interested in submitting a PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants