Is it possible to edit a package file code?

I’m having trouble with
Editing the `static-ip-request.js` file.

Working in
Dev Mode

What I’m trying to do
i am trying to communicate with a third-party api. and i am getting a response with a status 201, which is what i expected. howere ever `static-ip-request.js` only takes status 200 and successful and is rejecting the 201 status. but i cant seem to edit the code. Any help will be greatful

1 Like

Is this from a Velo package, or NPM etc?

I don’t think you can edit the contents of packages, or NPMs, they come “as is”. That said, they often expose the code within, so you could copy into your project and edit as you need, the downside being you don’t get continued updates as you then manage the code.

1 Like