Import packages

how i can on glitch import packages like
import name from “package name”

i try this
import express from ‘express’

and i got this error:

(function (exports, require, module, __filename, __dirname) { import express from ‘express’

                                                          ^^^^^^

SyntaxError: Unexpected token import

Hey @Derpy can you show us the contents of your package.json file and a larger selection of code (or provide your project name)?

my project name is: space-bots-list