Npm start does not work

When using an updated version of SpiceCRM and trying to locally run the front-end by typing npm start into the console this is the error I get:

⠋ Generating browser application bundles (phase: setup)…An unhandled exception occurred: ENOENT: no such file or directory, open ‘dev_server.url’

Any help would be much appreciated! :slight_smile:

You need to create a file called dev_server.url in the main folder of SpiceCRM.
insert the URL with which you call the CRM in your browser.
Example: http://localhost/spicecrm_factory

image