Closed simonwo closed 3 months ago
Just to help debug, what happens if you first run npm i
in /Users/simon/data-import/lib/importer/
?
% npm i
added 25 packages, and audited 26 packages in 466ms
1 package is looking for funding
run `npm fund` for details
found 0 vulnerabilities
% cd -
% npm run dev
...
You can manage your prototype at:
http://localhost:3000/manage-prototype
The Prototype Kit is now running at:
http://localhost:3000
Looks like that works!
I think because we are importing the importer as a local package it sees the already existing node_modules and doesn't import dependencies. I'll add a lib/importer npm -i in the makefile to make sure it's installed.
When I go into
/prototypes/basic
, runnpm i
and thennpm run dev
, I get: