season 5 ep 6
Added 2022-05-29 18:49:36 +0000 UTCComments
did you try install packages
coskuntekin
2022-08-10 07:47:34 +0000 UTCjust do `npm install lil-gui three`, before running, or whatever packages it will ask
Yuri Artiukh
2022-07-20 20:18:31 +0000 UTCServer running at http://localhost:1234 π¨ Build failed. @parcel/core: Failed to resolve 'lil-gui' from './Desktop/mav/js/app.js' 6 | import vertex from "./shader/vertex.glsl"; > 7 | import GUI from "lil-gui"; > | ^^^^^^^^^ 8 | import gsap from "gsap"; 9 |
Ian Godoi
2022-07-20 19:18:10 +0000 UTCHello Yuri, i get following errors while installing it with npx parcel index.html. Please can you help?
Ian Godoi
2022-07-20 19:17:53 +0000 UTCbasicall just try to run `npx parcel index.html` if it asks for packages do "npm install three' or whatever it asks
Yuri Artiukh
2022-06-28 07:58:35 +0000 UTC1. Mac or PC? 2. Do you have node.js installed? 3. Did you run `npm install` in the root directory of the project?
digitalu
2022-06-28 00:08:03 +0000 UTCDo you have any manual or tips about how to install the packages?
Conny Lilja
2022-06-19 19:59:39 +0000 UTCHi Yuri, I tested to install with npm but all the codes I downloaded I get the same result: found 0 vulnerabilities SSDIN:Archive (2) ssdin$ npm run build npm ERR! Missing script: "build" npm ERR! npm ERR! To see a list of scripts, run: npm ERR! npm run npm ERR! A complete log of this run can be found in: npm ERR! /Users/ssdin/.npm/_logs/2022-06-19T19_57_20_602Z-debug.log SSDIN:Archive (2) ssdin$
Conny Lilja
2022-06-19 19:59:15 +0000 UTC