When attempting to run npm start
on the trip example in deck.gl
, I encountered an issue.
Although other examples open without any problems, the trip example is giving me this npm error:
Module not found: Error: Can't resolve '@deck.gl/experimental-layers' in '/Users/username/deck.gl/deck.gl/examples/website/trips' @ ./app.js 6:0-56 79:10-20 @ multi (webpack)-dev-server/client?http://localhost:8080 (webpack)/hot/dev-server.js ./app.js
Even though the web browser launched, nothing was displayed.