lance-gg / tinygames

Collection of simple lance games
39 stars 30 forks source link

Error in starting boilerplate's pong game #3

Open DimaValetsky opened 5 years ago

DimaValetsky commented 5 years ago

изображение after diong all steps in guide I see this npm ERR! lance-boilerplate@4.0.0 start: node dist-server/main.js

juancjara commented 4 years ago

Maybe you already solved it, but you have to import TwoVector from lance-gg, something like import { TwoVector } from 'lance-gg'

mreinstein commented 4 years ago

good catch! This issue is already logged @ https://github.com/lance-gg/lance/issues/126

there's also a PR waiting to go out which should fix this. Can probably close this as duplicate.