DEV Community

Discussion on: Build your First Typescript Package in Under 10 Minutes

Collapse
 
busyzz profile image
busyzz
cd example
npm i
npm start
Enter fullscreen mode Exit fullscreen mode

When I use npm start, I get an error, error: Invalid Version: undefined, what should I do

Collapse
 
mcjores profile image
MCjores

I faced the same problem. Look at this...
github.com/parcel-bundler/parcel/i...